xend: Add keymap to vfb config for existing hvm guests
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 8 Dec 2009 07:49:54 +0000 (07:49 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 8 Dec 2009 07:49:54 +0000 (07:49 +0000)
commitef86b9f18bdc20297f3d4bd9c21ce17fab81039e
tree09f5ee2164b20d5fcddb2dc708c98305d1ffb457
parent80bae1b6dc28b342c30228795ee48db1a79641cb
xend: Add keymap to vfb config for existing hvm guests

I submitted a patch a while back to add keymap to vfb config for hvm
guests.  This patch works fine for new config (xm create|new) but not
existing, managed guests.  To cover the latter case I've introduced a
validator method in XendConfig.

Signed-off-by: Jim Fehlig <jfehlig@novell.com>
tools/python/xen/xend/XendConfig.py